home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
12991
/
12991.xpi
/
style
/
close.css
Wrap
Cascading Style Sheet File
|
2009-09-13
|
737b
|
21 lines
/*
╤≥Φδⁿ ε±φεΓαφ φα:
http://habrahabr.ru/blogs/firefox/63274/
http://forum.mozilla-russia.org/viewtopic.php?pid=352946
*/
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"] > .tab-middle > .tab-close-button {
display: -moz-box !important;
}
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-middle > .tab-close-button {
display: -moz-box !important;
}
.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) > .tabbrowser-tab[selected="true"] > .tab-close-button {
display: -moz-box !important;
}
.tabbrowser-tabs[closebuttons="alltabs"] > .tabbrowser-tab > .tab-close-button {
display: -moz-box !important;
}